From d0a9cc0c10773fe6c579ac4864f467a13742e550 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 9 Jul 2015 11:12:19 -0400 Subject: [PATCH] Change side-window params to percentages --- which-key.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index aa4a2897605..ace968ac4bf 100644 --- a/which-key.el +++ b/which-key.el @@ -76,12 +76,12 @@ the feature off.") (defvar which-key-side-window-location 'right "Location of which-key popup when `which-key-popup-type' is side-window. Should be one of top, bottom, left or right.") -(defvar which-key-side-window-max-width 60 +(defvar which-key-side-window-max-width 0.333 "Maximum width of which-key popup when type is side-window and location is left or right. This variable can also be a number between 0 and 1. In that case, it denotes a percentage out of the frame's width.") -(defvar which-key-side-window-max-height 20 +(defvar which-key-side-window-max-height 0.25 "Maximum height of which-key popup when type is side-window and location is top or bottom. This variable can also be a number between 0 and 1. In that case, it denotes -- 2.30.2